home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / HyperStudio Preview 2 / Preview Sources / Main Menu / Main Menu.rsrc / TEXT_3175_GetEvent.txt < prev   
Encoding:
Text File  |  1995-10-03  |  569 b   |  19 lines

  1. GetEvent 1.0 by Michael O'Keefe
  2. -----------------------------------
  3.     This NBA is used to determine if a mouse or key
  4. press event is pending. This NBA returns a string
  5. that tells what kind of event is available. The 
  6. return string values are:
  7.  
  8. Event                                                Return string        
  9. No event                                     noEvent 
  10. Mouse down event        mouseDown
  11. Mouse up event                mouseUp
  12. Key down event                keyDown
  13. Key up event                        keyUp
  14.  
  15.     This NBA is only useful if called from HyperLogo
  16. and does not require any parameters.
  17.  
  18. ¬©Copyright  Roger Wagner Publishing, Inc. 1995
  19. All Rights Reserved